@charset "UTF-8";
/*重置样式*/
*{margin: 0;padding: 0;-webkit-box-sizing: border-box;box-sizing: border-box;-webkit-border: border-color;-moz-box-sizing: border-box;outline: none;}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight: 400;line-height: 1.2;color: inherit;}
ul,li{list-style: none;}
a{text-decoration: none;color: #333;}
img{vertical-align: middle;outline: none;border: 0;}
body {
  font-family: "Microsoft Yahei",Open Sans,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
  color: #333;
  background:url(../images/bg.jpg) #f8f8f8;
  min-width:1220px;
}
input,button,textarea,select{
  outline: none;
  font-family:inherit;
  border: none;
  background: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand { display: none; } 
iframe{border: none;vertical-align: top;}
:before, :after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
em{font-style: normal;}
table {
  border-spacing: 0;
  border-collapse: collapse;
  background-color: transparent;
}
/*全局样式*/
.container-middle{margin:0 auto;width:1200px;}
@media (min-width: 1230px){
  .container-middle {width:1200px;}
}
@media (min-width: 1430px){
  .container-middle {width:1400px;}
}
.container {margin:0 auto;width:1200px;}
.clearfix:before,.clearfix:after,
.container:before,.container:after,
.container-middle:before,.container-middle:after{
  content: " ";display: table;
}
.clearfix:after,.container:after,.container-middle:after{
  clear: both;
}
.pull-left{float: left;}
.pull-right{float: right;}
.dis-table{display: table;width: 100%;height: 100%;}
.dis-cell{display: table-cell;vertical-align: middle;}
.section{width: 100%;overflow: hidden;}
.scrollbar02{overflow-y: auto;}
.scrollbar02::-webkit-scrollbar {
  width:4px;
  background: url("../images/scroll_01.png") repeat-y center;
}
.scrollbar02::-webkit-scrollbar-thumb {
  background-color:#ff9124;
  border-radius: 16px;
}
@font-face {
  font-family: "iconfont";
  src: url('../fonts/iconfont.eot?v=1.0'); /* IE9*/
  src: url('../fonts/iconfont.eot?v=1.0#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url(../fonts/iconfont.woff?v=1.0.woff) format('woff'),
  url('../fonts/iconfont.ttf?v=1.0') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('../fonts/iconfont.svg?v=1.0#iconfont') format('svg'); /* iOS 4.1- */
}

/*.iconfont {
  font-family:"iconfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*/
.icon-search:before{ content: "\e601";}
.icon-qq:before{ content: "\e602";}
.icon-weixin:before{ content: "\e603";}
.icon-weibo:before{ content: "\e604";}
.icon-right:before{ content: "\e605";}
.icon-next:before{ content: "\e606";}
.icon-prev:before{ content: "\e607";}
.icon-close:before{ content: "\e608";}
.icon-people:before{ content: "\e609";}
.icon-download:before{ content: "\e610";}
.icon-more:before{ content: "\e611";}